Merged
Conversation
Summary: There's no need for this to be async and making it synchronous simplifies some upcoming work Changelog: Internal Reviewed By: vzaidman Differential Revision: D92007667 fbshipit-source-id: 7e4f764d5750de45041b189e5518e5c081ee8cf4
Summary: Changelog: [Fix] sync bundling progress between Metro cli and app hints Reviewed By: hoxyq Differential Revision: D93737737 fbshipit-source-id: 683c70b1c73c6dfc2e20a9369ba5ca33f7c52f0b
Summary: X-link: facebook/react-native#55701 Pull Request resolved: #1657 Changelog: [Feature] `config.server.tls` now sets Metro to be exposed as an https server Reviewed By: robhogan, huntie Differential Revision: D93857257 fbshipit-source-id: 56ff661c4ddf9cd5d4bb32756b9cb600bb032a1c
Summary: Pull Request resolved: #1662 #1627 inadvertently broke publishing of `.d.ts` files, which are meant to be copied to the build directory alongside `.js` files prior to publishing, because `tinyglobby`, unlike `glob`, defaults to producing relative paths, breaking a `filePath.replace()`. This affected 0.83.4, 0.84.0 and 0.84.1. This restores it, we'll backport to 0.83. Changelog: ``` - **[Fix]**: Restore accidentally removed publication of TypeScript types ``` Reviewed By: huntie Differential Revision: D94666464 fbshipit-source-id: 338fe716858e7f65ca12cbef614aaaec9e829bc2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks the following from
main, and bumpspackage.jsons in the0.83.xbranch to0.83.5:bulkUpdate).d.tsfiles #1662Changelog: